You are here: COM API reference > Designer object > ExtensionHost property

ExtensionHost property

Reference to the host application.

Syntax

Property ExtensionHost As Object

Remarks

Used to get the window handle of the application.

        Dim host As IAMExtensionHost
        Dim hWnd As Long

        Set host = m_Designer.ExtensionHost
        hWnd = host.hWnd

www.bluecieloecm.com